-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #537 - Add surge.sh preview GHA #539
Conversation
- run: export DOCSEARCH_ENABLED=true | ||
- run: export DOCSEARCH_ENGINE=lunr | ||
- run: export NODE_PATH="$(npm -g root)" | ||
- run: npm -v | ||
- run: npm run install-build | ||
- run: npm run local-install-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This way we force the action to FAIL in case of any problems within the PR. In this action, doesn't make much sense to run the full build. That's only required when publishing on the live website.
LGTM, looks like https://issues.apache.org/jira/browse/INFRA-25513 is still waiting. |
@domhanak as soon as those tickets are solved, I'll rerun the actions and you can verify the preview website. |
@ricardozanini I figured the issues on my PR: Contains |
They are not resolved? @domhanak 🤔 |
@ricardozanini in that example it seems intentional for these to be used this, way. I did not find any definition prior to their use |
oh I misread. Not resolved is the |
c0fb720
to
82a2b14
Compare
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
82a2b14
to
608d8ec
Compare
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
@domhanak I'm merging this since I need to verify if the preview workflow runs. And it will only run if the workflow is in the default/main branch: https://github.com/orgs/community/discussions/25288 |
Fixes #537
Description:
PR to get back with our some claimed guides preview! Please note that the CI will also fail if you don't fix the references and other buggy code in the adoc pages.
Depending on:
Please make sure that your PR meets the following requirements:
Issue-XYZ Subject
[0.9.x] Issue-XYZ Subject
How to backport a pull request to a different branch?
In order to automatically create a backporting pull request please add one or more labels having the following format
backport-<branch-name>
, where<branch-name>
is the name of the branch where the pull request must be backported to (e.g.,backport-7.67.x
to backport the original PR to the7.67.x
branch).Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.
If something goes wrong, the author will be notified and at this point a manual backporting is needed.